f94937b3a468cd82735428791c7c16d60e3db1a2,languages/languageDesign/jetbrains.mps.testHybridEditor.diagram.generated/source_gen/jetbrains/mps/testHybridEditor/diagram/generated/editor/Block_diagramGenerated_Editor.java,Block_diagramGenerated_Editor,createDiagramNode_70mnj_a,#EditorContext#SNode#,31

Before Change


    for (SNode child : ListSequence.fromList(SLinkOperations.getTargets(node, "outputPorts", true))) {
      GenericViewCell childCell = (GenericViewCell) editorContext.createNodeCell(child);
      editorCell.addEditorCell(childCell);
      attach(view.getOutputs(), childCell.getView());
    }
    view.dimension().set(Block_diagramGenerated_Editor._StyleParameter_QueryFunction_70mnj_a0a((editorCell == null ?
      null :

After Change


    for (SNode child : ListSequence.fromList(SLinkOperations.getTargets(node, "inputPorts", true))) {
      createViewForChildNode(child, editorCell, view.getInputs(), editorContext);
    }
    for (SNode child : ListSequence.fromList(SLinkOperations.getTargets(node, "outputPorts", true))) {
      createViewForChildNode(child, editorCell, view.getOutputs(), editorContext);
    }
    view.dimension().set(Block_diagramGenerated_Editor._StyleParameter_QueryFunction_70mnj_a0a((editorCell == null ?
      null :